docs: More syntax fixes
authorMatthias Clasen <mclasen@redhat.com>
Sun, 23 May 2021 01:21:10 +0000 (21:21 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 23 May 2021 01:21:10 +0000 (21:21 -0400)
The syntax for interface links is [iface@...], not
[interface@...].

gdk/gdkpopuplayout.c
gdk/wayland/gdksurface-wayland.c
gtk/gtkbuilderscope.h
gtk/gtkcheckbutton.c
gtk/gtkcombobox.c
gtk/gtkcomboboxtext.c
gtk/gtktogglebutton.c
gtk/gtktreesortable.h

index f2d243ebd7696ab5ab385cbe25db3b89a86b952c..c58c455e7ec345a259cdd95c12613e0b17d90fed 100644 (file)
@@ -26,7 +26,7 @@
  * GdkPopupLayout:
  *
  * The `GdkPopupLayout` struct contains information that is
- * necessary position a [interface@Gdk.Popup] relative to its parent.
+ * necessary position a [iface@Gdk.Popup] relative to its parent.
  *
  * The positioning requires a negotiation with the windowing system,
  * since it depends on external constraints, such as the position of
index 13f7314f3a2a45565cf49d3576944a986f12bd1a..124bcdd1b7031005f51127895e566239e87bdea2 100644 (file)
@@ -58,7 +58,7 @@
  *
  * The Wayland implementation of `GdkToplevel`.
  *
- * Beyond the [interface@Gdk.Toplevel] API, the Wayland implementation
+ * Beyond the [iface@Gdk.Toplevel] API, the Wayland implementation
  * has API to set up cross-process parent-child relationships between
  * surfaces with [method@GdkWayland.WaylandToplevel.export_handle] and
  * [method@GdkWayland.WaylandToplevel.set_transient_for_exported].
index 212555c5276cb00e4b25dfc4007feeaa6851d003..7fc2ccbc0b4cd3695571c97411ee32f12fb7a126 100644 (file)
@@ -41,7 +41,7 @@ G_DECLARE_INTERFACE (GtkBuilderScope, gtk_builder_scope, GTK, BUILDER_SCOPE, GOb
  * The list of flags that can be passed to gtk_builder_create_closure().
  *
  * New values may be added in the future for new features, so external
- * implementations of [interface@Gtk.BuilderScope] should test the flags
+ * implementations of [iface@Gtk.BuilderScope] should test the flags
  * for unknown values and raise a %GTK_BUILDER_ERROR_INVALID_ATTRIBUTE error
  * when they encounter one.
  */
index bc4a4c5d04f2a8e16f4b28fdd217d266b4d570f0..e59a9abe9947eefe191f59ca48a12c86fbf3cc59 100644 (file)
@@ -919,7 +919,7 @@ gtk_check_button_set_label (GtkCheckButton *self,
  *
  * Setting up groups in a cycle leads to undefined behavior.
  *
- * Note that the same effect can be achieved via the [interface@Gtk.Actionable]
+ * Note that the same effect can be achieved via the [iface@Gtk.Actionable]
  * API, by using the same action with parameter type and state type 's'
  * for all buttons in the group, and giving each button its own target
  * value.
index e65ebf4ef1ce1c5bdb16d013e1bf2f81873adde0..a8a3842aca39f3164c39097bbe5a15e75691e312 100644 (file)
@@ -58,7 +58,7 @@
  * is specified in the form of a tree model, and the display of the choices
  * can be adapted to the data in the model by using cell renderers, as you
  * would in a tree view. This is possible since `GtkComboBox` implements the
- * [interface@Gtk.CellLayout] interface. The tree model holding the valid
+ * [iface@Gtk.CellLayout] interface. The tree model holding the valid
  * choices is not restricted to a flat list, it can be a real tree, and the
  * popup will reflect the tree structure.
  *
index cb5de3ff5ee97710f32c91f1bf8bda3dc0877797..9415544359f0e3a87cdeceaf7fc67642dcc723a4 100644 (file)
@@ -52,7 +52,7 @@
  * using [method@Gtk.ComboBoxText.get_active_text].
  *
  * You should not call [method@Gtk.ComboBox.set_model] or attempt to pack more
- * cells into this combo box via its [interface@Gtk.CellLayout] interface.
+ * cells into this combo box via its [iface@Gtk.CellLayout] interface.
  *
  * # GtkComboBoxText as GtkBuildable
  *
index 75fe0d45460fd8de64ed69de307276665e947b2a..3a24a0c31406182fe20ad0fdbd7b1399edde2164 100644 (file)
@@ -478,7 +478,7 @@ gtk_toggle_button_toggled (GtkToggleButton *toggle_button)
  *
  * Setting up groups in a cycle leads to undefined behavior.
  *
- * Note that the same effect can be achieved via the [interface@Gtk.Actionable]
+ * Note that the same effect can be achieved via the [iface@Gtk.Actionable]
  * API, by using the same action with parameter type and state type 's'
  * for all buttons in the group, and giving each button its own target
  * value.
index 04eb9188991bb24a2784f82159ba937fe2662d0b..9f2b0ffa3aad100bc2727e9e1d0c5aed333c7fff 100644 (file)
@@ -37,7 +37,7 @@ G_BEGIN_DECLS
 /**
  * GTK_TREE_SORTABLE_DEFAULT_SORT_COLUMN_ID:
  *
- * Uses the default sort function in a [interface@Gtk.TreeSortable].
+ * Uses the default sort function in a [iface@Gtk.TreeSortable].
  *
  * See also: [method@Gtk.TreeSortable.set_sort_column_id]
  */
@@ -46,7 +46,7 @@ G_BEGIN_DECLS
 /**
  * GTK_TREE_SORTABLE_UNSORTED_SORT_COLUMN_ID:
  *
- * Disables sorting in a [interface@Gtk.TreeSortable].
+ * Disables sorting in a [iface@Gtk.TreeSortable].
  *
  * See also: [method@Gtk.TreeSortable.set_sort_column_id]
  */